home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / b / b.lha / B / ch_clean < prev    next >
Text File  |  1988-11-24  |  154b  |  10 lines

  1. : 'Check if we should advise to clean private B'
  2.  
  3. bdir="$1"
  4.  
  5. if test -f $bdir/b
  6. then echo "You can clean ./bin and ./lib with 'make cleanall'"
  7. fi
  8.  
  9. exit 0
  10.